home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / jpa_ds10.arc / JPA-DS.DOC next >
Text File  |  1991-02-19  |  9KB  |  222 lines

  1.  
  2.             JPA-DS - Date/Size List Updater by JPA Software Ver 1.0
  3.           ──────────────────────────────────────────────────────────-
  4.                              17 of February of 1991
  5.  
  6.                   ┌────────────────────────────────────────┐
  7.                   │                                        │
  8.                   │      █ ████   ████       ████   ███    │
  9.                   │      █ █   █ █    █      █   █ █   █   │
  10.                   │      █ █   █ █    █      █   █ █       │
  11.                   │      █ █   █ ██████ ████ █   █  ███    │
  12.                   │      █ ████  █    █      █   █     █   │
  13.                   │  █   █ █     █    █      █   █ █   █   │
  14.                   │   ███  █     █    █      ████   ███    │
  15.                   │                                        │
  16.                   └────────────────────────────────────────┘
  17.  
  18.                                     Made by
  19.                            Joäo Paulo Ribeiro Alves
  20.                        R. Vasco da Gama, 66 - Algueiräo
  21.                                2725 Mem Martins
  22.                                    PORTUGAL
  23.  
  24.                                  JPA Software
  25.  
  26.        I accept no responsibility or liability for any mishap resulting
  27.                             from the use of JPA-DS.
  28.  
  29.  
  30.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  31.  
  32. JPA-DS - Date/Size List Updater                                     Version 1.0
  33. ───────────────────────────────                                       17-Feb-91
  34.  
  35. This utility is destinated to all the SysOps and particularly the PCBOARD
  36. SysOps
  37.  
  38. Purpose : To Update the Size and Date of files in the Directory listings.
  39.  
  40. Format  : Usage : JPA-DS  [/B] [/LLogFile] [/Sn,m] [/Dn,t] [/Pn] [/I]
  41.                           DirFile File [@List....]
  42.  
  43. Notes   : Start the program with no options and he will show you a screen full
  44.           of available options.
  45.  
  46.           Lines that aren't updated remain the Same. Files not found in
  47.           Listing aren't added.
  48.  
  49.           The Option /B Will tell the program to keep the old file.
  50.  
  51.           The Option /LLogFile Will create a Log file (with the name "LogFile")
  52.           with the changes made to the DirFile.
  53.  
  54.           The Option /Sn,m Will specify where the Size will be located (n) and
  55.           the length of Size (m). By default n=14 & m=8 (PCBOARD Listing Defaults)
  56.           See below the topic of "Configuring JPA-DS"
  57.  
  58.           The Option /Dn,t Will specify where the Date will be located (n) and
  59.           with type t. By default n=24 & t=1 (PCBOARD Listing Defaults)
  60.           See below the topic of "Configuring JPA-DS"
  61.  
  62.           The Option /Pn Will specify what character will separate the Day from
  63.           Month and from Year. By default n="-" (PCBOARD Listing Defaults)
  64.           See below the topic of "Configuring JPA-DS"
  65.  
  66.           The Option /I Will display the License Info
  67.  
  68.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  69.  
  70. JPA-DS - Date/Size List Updater                                     Version 1.0
  71. ───────────────────────────────                                       17-Feb-91
  72.  
  73. Configuring JPA-DS :     The JPA-DS can be configred for multiple BBS systems
  74. ──────────────────       by default it is configured for PCBOARD but it can be
  75.                          changed it any BBS system.
  76.  
  77. Default Line that JPA-DS will use :
  78.  
  79.                           ┌ Type 1 (MM-DD-YY)
  80.              ├─ 8 ──┤     │
  81. JPA-DS10.ZIP    12150  02-17-91  Updates the Date/Size from PCB Directories
  82.              │         │
  83.              │         └ Column 24
  84.              └ Column 14
  85.  
  86. If you, for example, wanted that JPA-DS processed the following Line :
  87.  
  88.  Type 3 (YY-MM-DD)┐
  89.                   │    ├─ 7 ─┤
  90. JPA-DS-10.ZIP 91-02-17   12150  Updates the Date/Size from PCB Directories
  91.               │        │
  92.               │        └ Column 24
  93.               └ Column 15
  94.  
  95. You would give the JPA-DS The Following Command :
  96.  
  97.       JPA-DS /D15,3 /S24,7 DirList C:\DL01\*.*
  98.                │  │   │  │
  99.      Column 15 ┘  │   │  └ Length = 7
  100. Type 3 (YY-MM-DD) ┘   └ Column 24
  101.  
  102.  
  103. JPA-DS - Date/Size List Updater                                     Version 1.0
  104. ───────────────────────────────                                       17-Feb-91
  105.  
  106. Examples :        JPA-DS C:\PCB\GEN\UPLD C:\PCB\UPLOAD\*.*
  107. ────────
  108.                   The program will use the file "C:\PCB\GEN\UPLD" has master
  109.                   listing and will search for files in "C:\PCB\UPLOAD\".
  110.                   The old UPLD file will be deleted. Use the /B options if you
  111.                   wat to keep it.
  112.  
  113.                   JPA-DS C:\PCB\GEN\ALLFILES @ALLFILES.LST /LJPA.LOG
  114.  
  115.                   The Program will load the List file ALLFILES.LST and use the
  116.                   filenames found inside it. Wildcards can be used inside the
  117.                   List File.
  118.  
  119.                   Example of a List file :
  120.  
  121.                   C:\PCB\DL01\*.*
  122.                   C:\PCB\DL02\*.*
  123.                   C:\PCB\DL03\*.*
  124.                   C:\PCB\DL04\*.*
  125.                   C:\PCB\DL05\*.*
  126.                   C:\PCB\DL06\*.*
  127.                   C:\PCB\DL07\*.*
  128.                   C:\PCB\DL08\*.*
  129.                   C:\PCB\DL09\*.*
  130.                   C:\PCB\UPLOAD\*.*
  131.  
  132.                   A Log File will be created (or appended if exists) with the
  133.                   changes that JPA-DS made to the Directory Listing.
  134.  
  135.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  136.  
  137. JPA-DS - Date/Size List Updater                                     Version 1.0
  138. ───────────────────────────────                                       17-Feb-91
  139.  
  140. Program Errors :   "Invalid Parameter:" - The  specified option has invalid
  141. ──────────────                            characters in it or.
  142.                    "Invalid Option:" - The option specified doesn't
  143.                                        exist, is invalid or incomplete.
  144.  
  145.                    "Couldn't Create Log File xxxx Aborting!" - The file xxxxx
  146.                                                  couldn't be open or created.
  147.  
  148.                    "The file xxxx was not found !"  The Listing file xxxx was
  149.                                                     not found.
  150.  
  151.  "Warning: Maximum number of Files (1000) Reached, Skipping Rest !" - You have
  152.                                                    selected more than 1000
  153.                                                    files. JPA-DS can't Process
  154.                                                    more than 1000 files !.
  155.  
  156.     "Could not erase the file xxxx, aborting!"  - Could not erase the file xxxx
  157.                                         Probably it has a R-O Attribute or disk
  158.                                         is write protected.
  159.  
  160.  
  161.  "Warning: List File xxxx not found !" - The you specified was not found.
  162.  
  163.  "There were no files found !" - There were no files found to Process.
  164.  
  165.    "File has been patched (A Virus ?!). Aborting." - Unauthorized modification
  166.                                     made to the program. Delete it immediatly.
  167.                                     Probably is a Virus !
  168.  
  169.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  170.  
  171. JPA-DS - Date/Size List Updater                                     Version 1.0
  172. ───────────────────────────────                                       17-Feb-91
  173.  
  174.                                 Program History
  175.  
  176.        Ver 1.0 17-Fev-90 - First release to the BBS.
  177.  
  178.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  179.  
  180. JPA-DS - Date/Size List Updater                                     Version 1.0
  181. ───────────────────────────────                                       17-Feb-91
  182.  
  183. License : The  Registration  of  the   program  is  required  for  governmental
  184. ──────-   institutions ands others. Only for private use the program is allowed
  185.           to be  used. Although, its  continuous use require  the registration.
  186.           This  registration  can  be  made  through  a  donation (5 US Dollars
  187.           / 1000$00 Escudos minimum) and  you  will be  registered  or,  if you
  188.           want to have a diskette with the latest version of the program please
  189.           send 25 US Dollars/5000$00 Escudos to the following address :
  190.  
  191.            R. Vasco da Gama, 66 - Algueiräo.
  192.  
  193.                             2725 Mem Martins
  194.                                   PORTUGAL
  195.  
  196.           In both cases you have to send the second page of file LICENSE.FRM
  197.           and the respective money, inside a letter.
  198.  
  199. The program was written in Turbo Pascal 5.5.
  200.  
  201. Trade Marks:
  202.  
  203. PCBoard is a trade mark of Clark Development Company, Inc.
  204. Turbo Pascal is a trade marks of BORLAND INTERNATIONAL
  205.  
  206. The program or any  of its documentation may not be distributed  as part of any
  207. package or software without the expressed consent of the author.
  208.  
  209. If you have  any comment, doubt, or complain please  write to the above address
  210. or contact me at :
  211.  
  212.   (01) 9213101 - Voice
  213.   (01) 9211030 - CAV 12 BBS (Data)
  214.  
  215.                                                 Thanks,
  216.  
  217.                                          Joäo Paulo Ribeiro Alves
  218.  
  219.  
  220.         (c) Copyright by Joäo Paulo R. Alves 1991. ALL RIGHTS RESERVED.
  221.  
  222.